home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / unix / bsd43 / limits.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-01  |  149 b   |  8 lines  |  [TEXT/KAHL]

  1. #include <sys/types.h>
  2. #include <sys/dirent.h>
  3. #include <sys/param.h>
  4.  
  5. #define NAME_MAX  MAXNAMLEN
  6. #define PATH_MAX  MAXPATHLEN
  7. #define CHILD_MAX 20
  8.